home *** CD-ROM | disk | FTP | other *** search
- on startRollover whichSprite
- hStartRolloverAction(whichSprite)
- end
-
- on mouseDown
- if hButtonAction02() then
- mouseUp()
- end if
- end
-
- on mouseUp
- global gSoundFadeOut, gWhichMovie, gSignLetter
- cursor(4)
- hAddBookmark()
- hCheckCurrentFrameLabel()
- puppetSprite(the clickOn, 0)
- sound fadeOut 1, 1 * 60
- set gSoundFadeOut to 1
- set gWhichMovie to gSignLetter & "A.DIR"
- startTimer()
- end
-
- on endRollover whichSprite
- hEndRolloverAction(whichSprite)
- end
-